-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update terraform-aws-modules/vpc/aws requirement from ~> 5.4.0 to ~> 5.6.0 #159
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/terraform/main/terraform-aws-modules/vpc/aws-tw-5.6.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update terraform-aws-modules/vpc/aws requirement from ~> 5.4.0 to ~> 5.6.0 #159
dependabot
wants to merge
1
commit into
main
from
dependabot/terraform/main/terraform-aws-modules/vpc/aws-tw-5.6.0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… 5.4.0 to ~> 5.6.0 Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-vpc@v5.4.0...v5.6.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/vpc/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
terraform
Pull requests that update Terraform code
labels
Mar 14, 2024
Terraform plan in . Plan: 5 to add, 2 to change, 3 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
!~ update in-place
-/+ destroy and then create replacement
Terraform will perform the following actions:
# aws_ecs_service.service will be updated in-place
!~ resource "aws_ecs_service" "service" {
id = "arn:aws:ecs:us-east-1:950012193416:service/co-boomi-atom-cluster/co-boomi-atom-service"
name = "co-boomi-atom-service"
tags = {}
!~ task_definition = "arn:aws:ecs:us-east-1:950012193416:task-definition/co-boomi-atom:10" -> (known after apply)
# (15 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# aws_ecs_task_definition.task_definition must be replaced
-/+ resource "aws_ecs_task_definition" "task_definition" {
!~ arn = "arn:aws:ecs:us-east-1:950012193416:task-definition/co-boomi-atom:10" -> (known after apply)
!~ arn_without_revision = "arn:aws:ecs:us-east-1:950012193416:task-definition/co-boomi-atom" -> (known after apply)
!~ container_definitions = (sensitive value) # forces replacement
!~ id = "*************" -> (known after apply)
!~ revision = 10 -> (known after apply)
- tags = {} -> null
# (9 unchanged attributes hidden)
}
# module.lambda.aws_lambda_function.this[0] will be updated in-place
!~ resource "aws_lambda_function" "this" {
!~ filename = "builds/241b1f7ae462f4a8751a57746e74c31eec966a480a4e274ea96d313b1cf5ce53.zip" -> "builds/49070eb8fdbb02b59719163f6acdc31e0dc4ef2650d3590ff41133492feb873b.zip"
id = "co-boomi-atom-secret-install-lambda"
!~ last_modified = "2023-12-13T22:49:34.000+0000" -> (known after apply)
!~ qualified_arn = "arn:aws:lambda:us-east-1:950012193416:function:co-boomi-atom-secret-install-lambda:26" -> (known after apply)
!~ qualified_invoke_arn = "arn:aws:apigateway:us-east-1:lambda:path/2015-03-31/functions/arn:aws:lambda:us-east-1:950012193416:function:co-boomi-atom-secret-install-lambda:26/invocations" -> (known after apply)
tags = {}
!~ version = "26" -> (known after apply)
# (18 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
# module.lambda.aws_lambda_permission.current_version_triggers["secrets"] must be replaced
-/+ resource "aws_lambda_permission" "current_version_triggers" {
!~ id = "*******" -> (known after apply)
!~ qualifier = "26" # forces replacement -> (known after apply) # forces replacement
+ statement_id_prefix = (known after apply)
# (4 unchanged attributes hidden)
}
# module.lambda.local_file.archive_plan[0] will be created
+ resource "local_file" "archive_plan" {
+ content = jsonencode(
{
+ artifacts_dir = "builds"
+ build_plan = [
+ [
+ "zip",
+ "./lambda/rotate_install_token.py",
+ null,
],
+ [
+ "zip",
+ "./lambda/package/",
+ null,
],
]
+ filename = "builds/49070eb8fdbb02b59719163f6acdc31e0dc4ef2650d3590ff41133492feb873b.zip"
+ runtime = "python3.11"
}
)
+ content_base64sha256 = (known after apply)
+ content_base64sha512 = (known after apply)
+ content_md5 = (known after apply)
+ content_sha1 = (known after apply)
+ content_sha256 = (known after apply)
+ content_sha512 = (known after apply)
+ directory_permission = "0755"
+ file_permission = "0644"
+ filename = "builds/49070eb8fdbb02b59719163f6acdc31e0dc4ef2650d3590ff41133492feb873b.plan.json"
+ id = (known after apply)
}
# module.lambda.null_resource.archive[0] must be replaced
-/+ resource "null_resource" "archive" {
!~ id = "*******************" -> (known after apply)
!~ triggers = { # forces replacement
!~ "filename" = "builds/241b1f7ae462f4a8751a57746e74c31eec966a480a4e274ea96d313b1cf5ce53.zip" -> "builds/49070eb8fdbb02b59719163f6acdc31e0dc4ef2650d3590ff41133492feb873b.zip"
!~ "timestamp" = "1702508765622397800" -> "1710455059826729000"
}
}
# module.secrets_manager.aws_secretsmanager_secret_version.ignore_changes[0] will be created
+ resource "aws_secretsmanager_secret_version" "ignore_changes" {
+ arn = (known after apply)
+ id = (known after apply)
+ secret_id = "***************************************************************************************************"
+ secret_string = (sensitive value)
+ version_id = (known after apply)
+ version_stages = (known after apply)
}
Plan: 5 to add, 2 to change, 3 to destroy. 📝 Plan generated in Create terraform plan #69 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
terraform
Pull requests that update Terraform code
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on terraform-aws-modules/vpc/aws to permit the latest version.
Release notes
Sourced from terraform-aws-modules/vpc/aws's releases.
Changelog
Sourced from terraform-aws-modules/vpc/aws's changelog.
... (truncated)
Commits
878b5d2
chore(release): version 5.6.0 [skip ci]e2970fd
feat: Support VPC flow log cloudwatch log group class (#1053)3e793b4
chore(release): version 5.5.3 [skip ci]3b5b7f1
fix: Update CI workflow versions to remove deprecated runtime warnings (#1052)f7f84f7
chore(release): version 5.5.2 [skip ci]5f5df57
fix: Added create_before_destroy to aws_customer_gateway (#1036)7666869
chore(release): version 5.5.1 [skip ci]a837be1
fix: Correct VPC endpoint private DNS resolverfor_each
key (#1029)e476850
chore(release): version 5.5.0 [skip ci]32f853f
feat: Add support fordns_options
on VPC endpoints (#1023)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)